PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachment Class / setRelationshipToOwner Method
A PDFDocumentFileAttachmentRelationship enumeration member specifying how the file attachment is related to its owner.
In This Topic
    setRelationshipToOwner Method
    In This Topic
    Sets the relationship between the file attachment and its owner.
    Syntax
    public void setRelationshipToOwner( 
       PDFDocumentFileAttachmentRelationship value
    )

    Parameters

    value
    A PDFDocumentFileAttachmentRelationship enumeration member specifying how the file attachment is related to its owner.
    See Also